Update
authorMatthias Clasen <matthiasc@src.gnome.org>
Thu, 4 Nov 2004 15:23:48 +0000 (15:23 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 4 Nov 2004 15:23:48 +0000 (15:23 +0000)
docs/reference/gtk/tmpl/gtkaboutdialog.sgml

index 17687262fdf599ee79d61bf1fe14765b93cafdfd..63d314d5558d88e600ee43d2272199e9eb765c90 100644 (file)
@@ -17,7 +17,11 @@ the <literal>Help</literal> menu. All parts of the dialog are optional.
 About dialog often contain links and email addresses. #GtkAboutDialog 
 supports this by offering global hooks, which are called when the user
 clicks on a link or email address, see gtk_about_dialog_set_email_hook()
-and gtk_about_dialog_set_url_hook().
+and gtk_about_dialog_set_url_hook(). Email addresses in the 
+authors, documenters and artists properties are recognized by looking for
+<literal>&lt;user@host&gt;</literal>, URLs are recognized by looking for
+<literal>http://url</literal>, with <literal>url</literal> extending to 
+the next space, tab or line break.
 </para>
 <para>
 To make constructing a #GtkAboutDialog as convenient as possible, you can